home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 23
/
AACD 23.iso
/
AACD
/
Programming
/
Wipeout
/
source
/
data.c
< prev
next >
Wrap
C/C++ Source or Header
|
1998-04-12
|
500b
|
24 lines
/*
* $Id: data.c 1.3 1998/04/12 17:29:00 olsen Exp olsen $
*
* :ts=4
*
* Wipeout -- Traces and munges memory and detects memory trashing
*
* Written by Olaf `Olsen' Barthel <olsen@sourcery.han.de>
* Public Domain
*/
#ifndef _GLOBAL_H
#include "global.h"
#endif /* _GLOBAL_H */
/******************************************************************************/
#undef global
#define global
#include "data.h"
/******************************************************************************/